Impl

object Impl

Collection of all implemented Position. Preferred practice is to use this collection rather than referring directly to the underlying Enums

Author

fzzyhmstrs

Since

0.2.0

Properties

Link copied to clipboard

Centers an element relative to the width of the Popup widget. Does not define any other position or alignment.

Link copied to clipboard

Centers an element relative to the width of the Popup widget and justifies it (fits to width). Does not define any other position or alignment.

Link copied to clipboard

Aligns an element to the left side of the Popup widget. Does not define any other position or alignment.

Link copied to clipboard

Aligns an element to the left side of the Popup widget and justifies it (fits to width). Does not define any other position or alignment.

Link copied to clipboard

Aligns an element to the right side of the Popup widget. Does not define any other position or alignment.

Link copied to clipboard

Aligns an element to the right side of the Popup widget and justifies it (fits to width). Does not define any other position or alignment.

Link copied to clipboard

Positions an element below its parent. Does not define horizontal alignment or positioning.

Link copied to clipboard

Centers an element horizontally relative to the horizontal dimensions of its parent (left and right edge). Does not define any other position or alignment.

Link copied to clipboard

Centers an element vertically relative to the vertical dimensions of its parent (top and bottom edges). Does not define any other position or alignment.

Link copied to clipboard

Aligns an elements bottom edge horizontally with the bottom edge of its parent. Does not define any other position or alignment.

Link copied to clipboard

Aligns an elements top edge horizontally with the top edge of its parent. Does not define any other position or alignment.

Link copied to clipboard

Positions an element to the left of its parent. Does not define vertical alignment or positioning.

Link copied to clipboard

Positions an element to the right of its parent. Does not define vertical alignment or positioning.

Link copied to clipboard

Aligns an elements left edge vertically with the left edge of its parent. Does not define any other position or alignment.

Link copied to clipboard

Aligns an elements right edge vertically with the right edge of its parent. Does not define any other position or alignment.